From f5b53f135989c9951d34f93d813de0c0c12b904a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 28 Sep 2005 20:28:54 +0000 Subject: [PATCH] Change header too --- ChangeLog | 1 + ChangeLog.pre-2-10 | 1 + gtk/gtktexttag.c | 2 +- gtk/gtktexttag.h | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 337e506098..afa512a0f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2005-09-28 Matthias Clasen + * gtk/gtktexttag.h: * gtk/gtktexttag.c (gtk_text_attributes_ref): Return the attributes to make this function work as boxed copy function. (#317455, Gustavo Carneiro) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 337e506098..afa512a0f6 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,6 @@ 2005-09-28 Matthias Clasen + * gtk/gtktexttag.h: * gtk/gtktexttag.c (gtk_text_attributes_ref): Return the attributes to make this function work as boxed copy function. (#317455, Gustavo Carneiro) diff --git a/gtk/gtktexttag.c b/gtk/gtktexttag.c index 88fc06ab64..671611c003 100644 --- a/gtk/gtktexttag.c +++ b/gtk/gtktexttag.c @@ -2044,7 +2044,7 @@ gtk_text_attributes_copy_values (GtkTextAttributes *src, * * Returns: the #GtkTextAttributes that were passed in **/ -void +GtkTextAttributes * gtk_text_attributes_ref (GtkTextAttributes *values) { g_return_if_fail (values != NULL); diff --git a/gtk/gtktexttag.h b/gtk/gtktexttag.h index d427640660..cfc4b8b0cc 100644 --- a/gtk/gtktexttag.h +++ b/gtk/gtktexttag.h @@ -270,7 +270,7 @@ GtkTextAttributes* gtk_text_attributes_copy (GtkTextAttributes *src); void gtk_text_attributes_copy_values (GtkTextAttributes *src, GtkTextAttributes *dest); void gtk_text_attributes_unref (GtkTextAttributes *values); -void gtk_text_attributes_ref (GtkTextAttributes *values); +GtkTextAttributes *gtk_text_attributes_ref (GtkTextAttributes *values); GType gtk_text_attributes_get_type (void) G_GNUC_CONST; -- 2.30.2